home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 130_01.zip / DISKIO.DCL < prev    next >
Text File  |  1993-06-01  |  384b  |  19 lines

  1. /* bios call numbers, for standard bios library function, v1.44 */
  2.  
  3. #define WARMSTART 1
  4. #define CONST 2
  5. #define CONIN 3
  6. #define CONOUT 4
  7. #define LIST 5
  8. #define HOME 8
  9. #define SELDSK 9
  10. #define SETTRK 10
  11. #define SETSEC 11
  12. #define SETDMA 12
  13. #define READ 13
  14. #define WRITE 14
  15.  
  16.  
  17. struct dskadr {char sector; char track;}
  18.   ;
  19.